home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / bandman / bwmsetup.exe / {app} / bwm.exe / 0 / RCDATA / TADDQUOTAFORM / TADDQUOTAFORM.txt < prev   
Text File  |  2005-05-01  |  3KB  |  151 lines

  1. object AddQuotaForm: TAddQuotaForm
  2.   Left = 412
  3.   Top = 187
  4.   ActiveControl = leQuotaName
  5.   BorderStyle = bsDialog
  6.   Caption = '%s Quota'
  7.   ClientHeight = 393
  8.   ClientWidth = 362
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Shell Dlg'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ImageGenIcon: TImage
  22.     Left = 15
  23.     Top = 16
  24.     Width = 32
  25.     Height = 32
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.     Transparent = True
  29.   end
  30.   object btnOk: TButton
  31.     Left = 178
  32.     Top = 355
  33.     Width = 75
  34.     Height = 25
  35.     Caption = '&OK'
  36.     ModalResult = 1
  37.     TabOrder = 3
  38.     OnClick = btnOkClick
  39.   end
  40.   object btnCancel: TButton
  41.     Left = 264
  42.     Top = 355
  43.     Width = 75
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = '&Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 4
  49.   end
  50.   object leQuotaName: TLabeledEdit
  51.     Left = 69
  52.     Top = 28
  53.     Width = 272
  54.     Height = 21
  55.     EditLabel.Width = 60
  56.     EditLabel.Height = 13
  57.     EditLabel.Caption = 'Quota Name'
  58.     TabOrder = 0
  59.   end
  60.   object gbTransferRate: TGroupBox
  61.     Left = 18
  62.     Top = 63
  63.     Width = 325
  64.     Height = 147
  65.     Caption = 'Transfer Rate Limit'
  66.     TabOrder = 1
  67.     object Label2: TLabel
  68.       Left = 18
  69.       Top = 38
  70.       Width = 50
  71.       Height = 13
  72.       Caption = 'Initial Rate'
  73.     end
  74.     object Label3: TLabel
  75.       Left = 18
  76.       Top = 91
  77.       Width = 70
  78.       Height = 13
  79.       Caption = 'Reduced Rate'
  80.     end
  81.     object cmbInitRate: TComboBox
  82.       Left = 16
  83.       Top = 58
  84.       Width = 293
  85.       Height = 21
  86.       DropDownCount = 12
  87.       ItemHeight = 13
  88.       TabOrder = 2
  89.     end
  90.     object rbBytes: TRadioButton
  91.       Left = 113
  92.       Top = 24
  93.       Width = 66
  94.       Height = 17
  95.       Caption = 'Bytes/sec'
  96.       Checked = True
  97.       TabOrder = 0
  98.       TabStop = True
  99.     end
  100.     object rbBits: TRadioButton
  101.       Left = 219
  102.       Top = 24
  103.       Width = 57
  104.       Height = 17
  105.       Caption = 'Bit/sec'
  106.       TabOrder = 1
  107.     end
  108.     object cmbReducedRate: TComboBox
  109.       Left = 16
  110.       Top = 109
  111.       Width = 293
  112.       Height = 21
  113.       DropDownCount = 12
  114.       ItemHeight = 13
  115.       TabOrder = 3
  116.     end
  117.   end
  118.   object gbQuotaCondition: TGroupBox
  119.     Left = 18
  120.     Top = 222
  121.     Width = 325
  122.     Height = 117
  123.     Caption = 'Quota Condition'
  124.     TabOrder = 2
  125.     object cmbWhen: TComboBox
  126.       Left = 16
  127.       Top = 79
  128.       Width = 290
  129.       Height = 22
  130.       Style = csOwnerDrawFixed
  131.       ItemHeight = 16
  132.       TabOrder = 0
  133.       OnDrawItem = cmbWhenDrawItem
  134.       Items.Strings = (
  135.         'Within a day'
  136.         'Within a week'
  137.         'Within a month')
  138.     end
  139.     object leHowMany: TLabeledEdit
  140.       Left = 16
  141.       Top = 42
  142.       Width = 289
  143.       Height = 21
  144.       EditLabel.Width = 185
  145.       EditLabel.Height = 13
  146.       EditLabel.Caption = 'Transferred more than, Mb (megabytes)'
  147.       TabOrder = 1
  148.     end
  149.   end
  150. end
  151.